@charset "utf-8";
/* CSS Document */

.fixed_footer{display: none;}
.fixed_footer{display: none;background:#1e4e7b;height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
.fixed_footer a{float: left;width:33.33%;text-align: center;}
.fixed_footer img{display: inline-block;height:24px;margin:5px 0 0; width:auto;}
.fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media (max-width: 1200px){
.fixed_footer { display: block;}
}
@media (min-width:640px){
.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}
 }